/* Add here all your CSS customizations */
a.HyperLinkConstant {
    text-decoration: none;
}

.yellow {        
    color:#ff8f02;
    font-weight: 800;
}

.orange {    
    font-size: 1.1em;
    color:#ee5b25;
}

.fancyfont {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
    color:#6f6f71;
}

.btn-primary-fancyfont {
    color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ee5b25;
	border-color: #ee5b25 #ee5b25 #ee5b25;
    border-radius:8px;
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;

}

.btn-primary-login {
	border:none;    
	background-color: #ee5b25;	
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.featured-box-primary-form  {
    border:0;
}

/*rewards page*/
.featured-box .box-content-icons-rewards {
	/*border-radius: 8px;    
    border-top: 1px solid #CCC;
	border-top-width: 4px;*/
    border-radius: 8px;
      
	/*padding: 30px 30px 10px 30px;*/
    padding: 10px 20px 10px 20px;
	position: relative;
	/*top: -1px;*/       
    /*background: url(../img/100.jpg);*/   
}

/*sign up form*/
.featured-box .box-content-form {
	/*border-radius: 8px;    
    border-top: 1px solid #CCC;
	border-top-width: 4px;*/
    border-radius: 8px;
      
	/*padding: 30px 30px 10px 30px;*/
    padding: 10px 30px 0px 30px;
    
	position: relative;
	/*top: -1px;*/    
    /*background-image: url(../img/panelling.jpg);*/
    /*background-image: url(../img/lemon.jpg);*/
    /*background: url(../img/jacquard.jpg);*/
    /*background: url(../img/100.jpg);*/
    /*background: url(../img/greenbackground.png);*/
    /*background: url(../img/greenbackground.jpg);*/
    /*background: url(../img/greybackground.jpg);*/
    background: url(../img/greybackground.png);
    background-size:cover;    
}

/*locked badges*/
.featured-box-locked {
    filter: alpha(opacity=20); /* internet explorer */
    -khtml-opacity: 0.2;      /* khtml, old safari */
    -moz-opacity: 0.2;       /* mozilla, netscape */
    opacity: 0.2;           /* fx, safari, opera */
}

.fa-lock {
    font-size:2em;    
}

.fa-lock-locked {
    position:absolute;
    top:10px; 
    right:10px
}

a.signupform {
    color: #ee5b25;    
}

select {
    height:33px;
}

span.terms {
    color: #ee5b25;
    padding-right:10px;
}

.imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width:992px) {


    #slidercontainer {
        display:none !important;                                           
    }
   
    #topcaption {
        background: url(../img/slides/parallax-people-2.jpg);                                      
        background-size:cover;
        height:130px;
    }
    
    #home-intro {
        position: relative;
        top:-50px;
        margin-bottom: 20px;
    }
    
}

@media (min-width:992px) {
        
    #topcaption {
        display:none;
    }


}